home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / harry_po.swf / scripts / DefineSprite_243 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  182 b   |  7 lines

  1. function callDestPortal()
  2. {
  3.    trace("Calling " + targxCol + " , " + targZCol);
  4.    gameMC.world.tiles[targxCol][targZCol].clip.objects.portal_mc.gotoAndStop("exit");
  5. }
  6. stop();
  7.